#gotop {
    position: fixed;
    left: 0px;
    top: 40%;    
    padding: 15px 15px;    
    font-size: 20px;
    background: #00A59F;
    color: white;
    cursor: pointer;
    
}